Created: 2022-09-18
Tags: #fleeting
Use both of the following:
<video>
<track
label="English"
kind="subtitles"
srclang="en"
src="media/subtitles_en.vtt"
default>
</video>
Captions and subtitles are not the same thing: they have significantly different audiences, and convey different information, and it is recommended that you read up on the differences if you are not sure what they are. They are however implemented in the same way technically, so the material in this article will apply to both.
"Transcribe" means "to write down spoken words as text."
The resulting text is a "transcript."
Subtitles
Captions
Timed descriptions
WebVTT file formatThese text strings are called cues
The most common cues are:
Text tracks also help you with MOC Search Engine Optimization since search engines especially thrive on text.
Text tracks even allow search engines to link directly to a spot partway through the video.
Adding subtitles